Trusted

data class Trusted(val verifierInfo: VerifierInfo) : VerifierAuthenticationResult

Successful verifier authentication.

Constructors

Link copied to clipboard
constructor(verifierInfo: VerifierInfo)

Properties

Link copied to clipboard

Represents the trusted root verifier certificate that was used to successfully complete the verifier authentication process.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)